home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_14264.txt < prev    next >
Text File  |  1990-08-14  |  19KB  |  922 lines

  1. -- card: 14264 from stack: in
  2. -- bmap block id: 111407
  3. -- flags: 4000
  4. -- background id: 14423
  5. -- name: Term 1 Mark
  6. ----- HyperTalk script -----
  7. on openCard
  8.   setMenuItem 1091,1,"New Task"
  9.   enableMenuItem 1093,4,true
  10.   enableMenuItem 1093,5,true
  11.   enableMenuItem 1093,6,true
  12.   checkMenuItem 1093,4,true
  13.   checkMenuItem 1093,5,false
  14.   checkMenuItem 1093,6,false
  15.   put "Total Points" into card field "Weight"
  16. end openCard
  17.  
  18. on closeCard
  19.   setMenuItem 1091,1,"New Bin"
  20. end closeCard
  21.  
  22. on doMenu menuItem
  23.   if menuItem is "Clear" then
  24.     if the selectedField is empty then exit doMenu
  25.     lock screen
  26.     repeat with index = 1 to 3
  27.       if the number of the selectedField is index then
  28.         subtract 1 from background field "Tasks"
  29.         repeat with count1 = 1 to 4
  30.           if short name of this card is background field count1 then
  31.             add 1 to background field (count1 + 4)
  32.           end if
  33.         end repeat
  34.         repeat with count1 = (index + 1) to 3
  35.           if visible of card field count1 then
  36.             put card field count1 into card field (count1 - 1)
  37.             repeat with count2 = 1 to 5
  38.               put card field id ((count1 * 5) + count2) into card field id (((count1 - 1) * 5) + count2)
  39.             end repeat
  40.             repeat with count2 = 1 to 5
  41.               put card field id ((count1 * 5) + count2 + 15) into card field id (((count1 - 1) * 5) + count2 + 15)
  42.             end repeat
  43.           else
  44.             hide card field (count1 - 1)
  45.             repeat with count2 = 1 to 5
  46.               put empty into card field id (((count1 - 1) * 5) + count2)
  47.             end repeat
  48.             repeat with count2 = 1 to 5
  49.               put empty into card field id (((count1 - 1) * 5) + count2 + 15)
  50.             end repeat
  51.             exit repeat
  52.           end if
  53.         end repeat
  54.         if index = 3 OR count1 = 3 then
  55.           hide card field 3
  56.           repeat with count2 = 1 to 5
  57.             put empty into card field id (count2 + 15)
  58.           end repeat
  59.           repeat with count2 = 1 to 5
  60.             put empty into card field id (count2 + 30)
  61.           end repeat
  62.         end if
  63.         exit repeat
  64.       end if
  65.     end repeat
  66.     unlock screen
  67.   else if menuItem is "Total Points" then
  68.     put menuItem into card field "Weight"
  69.     checkMenuItem 1093,4,true
  70.     checkMenuItem 1093,5,false
  71.     checkMenuItem 1093,6,false
  72.   else if menuItem is "Scalar Weight" then
  73.     put menuItem into card field "Weight"
  74.     checkMenuItem 1093,4,false
  75.     checkMenuItem 1093,5,true
  76.     checkMenuItem 1093,6,false
  77.   else if menuItem is "Percentage Weight" then
  78.     put menuItem into card field "Weight"
  79.     checkMenuItem 1093,4,false
  80.     checkMenuItem 1093,5,false
  81.     checkMenuItem 1093,6,true
  82.   else pass doMenu
  83. end doMenu
  84.  
  85.  
  86. -- part 1 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=0 top=0 right=342 bottom=512
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: 
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   lock screen
  101.   set cursor to watch
  102.   repeat with index = 1 to the number of bg fields
  103.     put bg field index into item index of array
  104.   end repeat
  105.   go to first card of this background
  106.   repeat with index = 1 to the number of bg fields
  107.     put item index of array into bg field index
  108.   end repeat
  109.   unlock screen
  110.   set cursor to hand
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 2 (button)
  116. -- low flags: 00
  117. -- high flags: 0000
  118. -- rect: left=20 top=54 right=328 bottom=374
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: 
  127.  
  128.  
  129. -- part 3 (field)
  130. -- low flags: 80
  131. -- high flags: 0000
  132. -- rect: left=142 top=84 right=134 bottom=213
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 0
  136. -- font id: 3
  137. -- text size: 9
  138. -- style flags: 0
  139. -- line height: 12
  140. -- part name: 
  141.  
  142.  
  143. -- part 4 (field)
  144. -- low flags: 80
  145. -- high flags: 0000
  146. -- rect: left=214 top=84 right=134 bottom=285
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 0
  150. -- font id: 3
  151. -- text size: 9
  152. -- style flags: 0
  153. -- line height: 12
  154. -- part name: 
  155.  
  156.  
  157. -- part 5 (field)
  158. -- low flags: 80
  159. -- high flags: 0000
  160. -- rect: left=286 top=84 right=134 bottom=357
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 0
  164. -- font id: 3
  165. -- text size: 9
  166. -- style flags: 0
  167. -- line height: 12
  168. -- part name: 
  169.  
  170.  
  171. -- part 6 (field)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=142 top=135 right=150 bottom=213
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 65535
  178. -- font id: 3
  179. -- text size: 9
  180. -- style flags: 0
  181. -- line height: 12
  182. -- part name: 
  183.  
  184.  
  185. -- part 7 (field)
  186. -- low flags: 00
  187. -- high flags: 0000
  188. -- rect: left=142 top=151 right=166 bottom=213
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 65535
  192. -- font id: 3
  193. -- text size: 9
  194. -- style flags: 0
  195. -- line height: 12
  196. -- part name: 
  197.  
  198.  
  199. -- part 8 (field)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=142 top=167 right=182 bottom=213
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 65535
  206. -- font id: 3
  207. -- text size: 9
  208. -- style flags: 0
  209. -- line height: 12
  210. -- part name: 
  211.  
  212.  
  213. -- part 9 (field)
  214. -- low flags: 00
  215. -- high flags: 0000
  216. -- rect: left=142 top=183 right=198 bottom=213
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 0 / 0
  219. -- text alignment: 65535
  220. -- font id: 3
  221. -- text size: 9
  222. -- style flags: 0
  223. -- line height: 12
  224. -- part name: 
  225.  
  226.  
  227. -- part 10 (field)
  228. -- low flags: 00
  229. -- high flags: 0000
  230. -- rect: left=142 top=199 right=214 bottom=213
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 65535
  234. -- font id: 3
  235. -- text size: 9
  236. -- style flags: 0
  237. -- line height: 12
  238. -- part name: 
  239.  
  240.  
  241. -- part 11 (field)
  242. -- low flags: 00
  243. -- high flags: 0000
  244. -- rect: left=214 top=135 right=150 bottom=285
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 65535
  248. -- font id: 3
  249. -- text size: 9
  250. -- style flags: 0
  251. -- line height: 12
  252. -- part name: 
  253.  
  254.  
  255. -- part 12 (field)
  256. -- low flags: 00
  257. -- high flags: 0000
  258. -- rect: left=214 top=151 right=166 bottom=285
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 65535
  262. -- font id: 3
  263. -- text size: 9
  264. -- style flags: 0
  265. -- line height: 12
  266. -- part name: 
  267.  
  268.  
  269. -- part 13 (field)
  270. -- low flags: 00
  271. -- high flags: 0000
  272. -- rect: left=214 top=167 right=182 bottom=285
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 65535
  276. -- font id: 3
  277. -- text size: 9
  278. -- style flags: 0
  279. -- line height: 12
  280. -- part name: 
  281.  
  282.  
  283. -- part 14 (field)
  284. -- low flags: 00
  285. -- high flags: 0000
  286. -- rect: left=214 top=183 right=198 bottom=285
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 65535
  290. -- font id: 3
  291. -- text size: 9
  292. -- style flags: 0
  293. -- line height: 12
  294. -- part name: 
  295.  
  296.  
  297. -- part 15 (field)
  298. -- low flags: 00
  299. -- high flags: 0000
  300. -- rect: left=214 top=199 right=214 bottom=285
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 65535
  304. -- font id: 3
  305. -- text size: 9
  306. -- style flags: 0
  307. -- line height: 12
  308. -- part name: 
  309.  
  310.  
  311. -- part 16 (field)
  312. -- low flags: 00
  313. -- high flags: 0000
  314. -- rect: left=286 top=135 right=150 bottom=357
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 65535
  318. -- font id: 3
  319. -- text size: 9
  320. -- style flags: 0
  321. -- line height: 12
  322. -- part name: 
  323.  
  324.  
  325. -- part 17 (field)
  326. -- low flags: 00
  327. -- high flags: 0000
  328. -- rect: left=286 top=151 right=166 bottom=357
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 65535
  332. -- font id: 3
  333. -- text size: 9
  334. -- style flags: 0
  335. -- line height: 12
  336. -- part name: 
  337.  
  338.  
  339. -- part 18 (field)
  340. -- low flags: 00
  341. -- high flags: 0000
  342. -- rect: left=286 top=167 right=182 bottom=357
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 65535
  346. -- font id: 3
  347. -- text size: 9
  348. -- style flags: 0
  349. -- line height: 12
  350. -- part name: 
  351.  
  352.  
  353. -- part 19 (field)
  354. -- low flags: 00
  355. -- high flags: 0000
  356. -- rect: left=286 top=183 right=198 bottom=357
  357. -- title width / last selected line: 0
  358. -- icon id / first selected line: 0 / 0
  359. -- text alignment: 65535
  360. -- font id: 3
  361. -- text size: 9
  362. -- style flags: 0
  363. -- line height: 12
  364. -- part name: 
  365.  
  366.  
  367. -- part 20 (field)
  368. -- low flags: 00
  369. -- high flags: 0000
  370. -- rect: left=286 top=199 right=214 bottom=357
  371. -- title width / last selected line: 0
  372. -- icon id / first selected line: 0 / 0
  373. -- text alignment: 65535
  374. -- font id: 3
  375. -- text size: 9
  376. -- style flags: 0
  377. -- line height: 12
  378. -- part name: 
  379.  
  380.  
  381. -- part 21 (field)
  382. -- low flags: 00
  383. -- high flags: 0000
  384. -- rect: left=142 top=233 right=248 bottom=213
  385. -- title width / last selected line: 0
  386. -- icon id / first selected line: 0 / 0
  387. -- text alignment: 65535
  388. -- font id: 3
  389. -- text size: 9
  390. -- style flags: 0
  391. -- line height: 12
  392. -- part name: 
  393.  
  394.  
  395. -- part 22 (field)
  396. -- low flags: 00
  397. -- high flags: 0000
  398. -- rect: left=142 top=249 right=264 bottom=213
  399. -- title width / last selected line: 0
  400. -- icon id / first selected line: 0 / 0
  401. -- text alignment: 65535
  402. -- font id: 3
  403. -- text size: 9
  404. -- style flags: 0
  405. -- line height: 12
  406. -- part name: 
  407.  
  408.  
  409. -- part 23 (field)
  410. -- low flags: 00
  411. -- high flags: 0000
  412. -- rect: left=142 top=265 right=280 bottom=213
  413. -- title width / last selected line: 0
  414. -- icon id / first selected line: 0 / 0
  415. -- text alignment: 65535
  416. -- font id: 3
  417. -- text size: 9
  418. -- style flags: 0
  419. -- line height: 12
  420. -- part name: 
  421.  
  422.  
  423. -- part 24 (field)
  424. -- low flags: 00
  425. -- high flags: 0000
  426. -- rect: left=142 top=281 right=296 bottom=213
  427. -- title width / last selected line: 0
  428. -- icon id / first selected line: 0 / 0
  429. -- text alignment: 65535
  430. -- font id: 3
  431. -- text size: 9
  432. -- style flags: 0
  433. -- line height: 12
  434. -- part name: 
  435.  
  436.  
  437. -- part 25 (field)
  438. -- low flags: 00
  439. -- high flags: 0000
  440. -- rect: left=142 top=297 right=312 bottom=213
  441. -- title width / last selected line: 0
  442. -- icon id / first selected line: 0 / 0
  443. -- text alignment: 65535
  444. -- font id: 3
  445. -- text size: 9
  446. -- style flags: 0
  447. -- line height: 12
  448. -- part name: 
  449.  
  450.  
  451. -- part 26 (field)
  452. -- low flags: 00
  453. -- high flags: 0000
  454. -- rect: left=214 top=233 right=248 bottom=285
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 0 / 0
  457. -- text alignment: 65535
  458. -- font id: 3
  459. -- text size: 9
  460. -- style flags: 0
  461. -- line height: 12
  462. -- part name: 
  463.  
  464.  
  465. -- part 27 (field)
  466. -- low flags: 00
  467. -- high flags: 0000
  468. -- rect: left=214 top=249 right=264 bottom=285
  469. -- title width / last selected line: 0
  470. -- icon id / first selected line: 0 / 0
  471. -- text alignment: 65535
  472. -- font id: 3
  473. -- text size: 9
  474. -- style flags: 0
  475. -- line height: 12
  476. -- part name: 
  477.  
  478.  
  479. -- part 28 (field)
  480. -- low flags: 00
  481. -- high flags: 0000
  482. -- rect: left=214 top=265 right=280 bottom=285
  483. -- title width / last selected line: 0
  484. -- icon id / first selected line: 0 / 0
  485. -- text alignment: 65535
  486. -- font id: 3
  487. -- text size: 9
  488. -- style flags: 0
  489. -- line height: 12
  490. -- part name: 
  491.  
  492.  
  493. -- part 29 (field)
  494. -- low flags: 00
  495. -- high flags: 0000
  496. -- rect: left=214 top=281 right=296 bottom=285
  497. -- title width / last selected line: 0
  498. -- icon id / first selected line: 0 / 0
  499. -- text alignment: 65535
  500. -- font id: 3
  501. -- text size: 9
  502. -- style flags: 0
  503. -- line height: 12
  504. -- part name: 
  505.  
  506.  
  507. -- part 30 (field)
  508. -- low flags: 00
  509. -- high flags: 0000
  510. -- rect: left=214 top=297 right=312 bottom=285
  511. -- title width / last selected line: 0
  512. -- icon id / first selected line: 0 / 0
  513. -- text alignment: 65535
  514. -- font id: 3
  515. -- text size: 9
  516. -- style flags: 0
  517. -- line height: 12
  518. -- part name: 
  519.  
  520.  
  521. -- part 31 (field)
  522. -- low flags: 00
  523. -- high flags: 0000
  524. -- rect: left=286 top=233 right=248 bottom=357
  525. -- title width / last selected line: 0
  526. -- icon id / first selected line: 0 / 0
  527. -- text alignment: 65535
  528. -- font id: 3
  529. -- text size: 9
  530. -- style flags: 0
  531. -- line height: 12
  532. -- part name: 
  533.  
  534.  
  535. -- part 32 (field)
  536. -- low flags: 00
  537. -- high flags: 0000
  538. -- rect: left=286 top=249 right=264 bottom=357
  539. -- title width / last selected line: 0
  540. -- icon id / first selected line: 0 / 0
  541. -- text alignment: 65535
  542. -- font id: 3
  543. -- text size: 9
  544. -- style flags: 0
  545. -- line height: 12
  546. -- part name: 
  547.  
  548.  
  549. -- part 33 (field)
  550. -- low flags: 00
  551. -- high flags: 0000
  552. -- rect: left=286 top=265 right=280 bottom=357
  553. -- title width / last selected line: 0
  554. -- icon id / first selected line: 0 / 0
  555. -- text alignment: 65535
  556. -- font id: 3
  557. -- text size: 9
  558. -- style flags: 0
  559. -- line height: 12
  560. -- part name: 
  561.  
  562.  
  563. -- part 34 (field)
  564. -- low flags: 00
  565. -- high flags: 0000
  566. -- rect: left=286 top=281 right=296 bottom=357
  567. -- title width / last selected line: 0
  568. -- icon id / first selected line: 0 / 0
  569. -- text alignment: 65535
  570. -- font id: 3
  571. -- text size: 9
  572. -- style flags: 0
  573. -- line height: 12
  574. -- part name: 
  575.  
  576.  
  577. -- part 35 (field)
  578. -- low flags: 00
  579. -- high flags: 0000
  580. -- rect: left=286 top=297 right=312 bottom=357
  581. -- title width / last selected line: 0
  582. -- icon id / first selected line: 0 / 0
  583. -- text alignment: 65535
  584. -- font id: 3
  585. -- text size: 9
  586. -- style flags: 0
  587. -- line height: 12
  588. -- part name: 
  589.  
  590.  
  591. -- part 36 (button)
  592. -- low flags: 00
  593. -- high flags: 0000
  594. -- rect: left=27 top=56 right=71 bottom=42
  595. -- title width / last selected line: 0
  596. -- icon id / first selected line: 5068 / 5068
  597. -- text alignment: 1
  598. -- font id: 0
  599. -- text size: 12
  600. -- style flags: 0
  601. -- line height: 16
  602. -- part name: Close
  603. ----- HyperTalk script -----
  604. on mouseDown
  605.   set icon of me to "Close Box Hi"
  606. end mouseDown
  607.  
  608. on mouseLeave
  609.   set icon of me to "Close Box"
  610. end mouseLeave
  611.  
  612. on mouseUp
  613.   set icon of me to "Close Box"
  614.   lock screen
  615.   set cursor to watch
  616.   repeat with index = 1 to the number of bg fields
  617.     put bg field index into item index of array
  618.   end repeat
  619.   go to first card of this background
  620.   repeat with index = 1 to the number of bg fields
  621.     put item index of array into bg field index
  622.   end repeat
  623.   unlock screen with zoom close
  624.   set cursor to hand
  625. end mouseUp
  626.  
  627.  
  628. -- part 37 (field)
  629. -- low flags: 01
  630. -- high flags: 0000
  631. -- rect: left=50 top=83 right=97 bottom=118
  632. -- title width / last selected line: 0
  633. -- icon id / first selected line: 0 / 0
  634. -- text alignment: 0
  635. -- font id: 3
  636. -- text size: 9
  637. -- style flags: 0
  638. -- line height: 12
  639. -- part name: Number of Tasks
  640.  
  641.  
  642. -- part 38 (field)
  643. -- low flags: 01
  644. -- high flags: 0000
  645. -- rect: left=21 top=151 right=165 bottom=141
  646. -- title width / last selected line: 0
  647. -- icon id / first selected line: 0 / 0
  648. -- text alignment: 0
  649. -- font id: 3
  650. -- text size: 9
  651. -- style flags: 0
  652. -- line height: 12
  653. -- part name: Weight
  654.  
  655.  
  656. -- part contents for card part 38
  657. ----- text -----
  658. Total Points
  659.  
  660. -- part contents for background part 14
  661. ----- text -----
  662. 3
  663.  
  664. -- part contents for background part 15
  665. ----- text -----
  666. 3
  667.  
  668. -- part contents for background part 16
  669. ----- text -----
  670. 100.0
  671.  
  672. -- part contents for background part 61
  673. ----- text -----
  674. 73.8
  675.  
  676. -- part contents for background part 62
  677. ----- text -----
  678. 86.9
  679.  
  680. -- part contents for background part 63
  681. ----- text -----
  682. 75.1
  683.  
  684. -- part contents for background part 64
  685. ----- text -----
  686. 83.7
  687.  
  688. -- part contents for background part 65
  689. ----- text -----
  690. 59.9
  691.  
  692. -- part contents for background part 66
  693. ----- text -----
  694. 70.3
  695.  
  696. -- part contents for background part 67
  697. ----- text -----
  698. 85.1
  699.  
  700. -- part contents for background part 68
  701. ----- text -----
  702. 73.1
  703.  
  704. -- part contents for card part 37
  705. ----- text -----
  706. are 0 tasks
  707.  
  708. -- part contents for background part 13
  709. ----- text -----
  710. 13
  711.  
  712. -- part contents for background part 9
  713. ----- text -----
  714. 1
  715.  
  716. -- part contents for card part 3
  717. ----- text -----
  718. Term 1
  719.  
  720. -- part contents for background part 78
  721. ----- text -----
  722. Omit
  723.  
  724. -- part contents for background part 5
  725. ----- text -----
  726. Assignments
  727.  
  728. -- part contents for background part 6
  729. ----- text -----
  730. Exams
  731.  
  732. -- part contents for background part 7
  733. ----- text -----
  734. Term 1 Mark
  735.  
  736. -- part contents for background part 8
  737. ----- text -----
  738. Exams
  739.  
  740. -- part contents for background part 10
  741. ----- text -----
  742. 1
  743.  
  744. -- part contents for background part 11
  745. ----- text -----
  746. 1
  747.  
  748. -- part contents for background part 12
  749. ----- text -----
  750. 1
  751.  
  752. -- part contents for background part 17
  753. ----- text -----
  754. 25.0
  755.  
  756. -- part contents for background part 18
  757. ----- text -----
  758. Omit
  759.  
  760. -- part contents for background part 19
  761. ----- text -----
  762. 0.0
  763.  
  764. -- part contents for background part 20
  765. ----- text -----
  766. 75.0
  767.  
  768. -- part contents for background part 21
  769. ----- text -----
  770. Omit
  771.  
  772. -- part contents for background part 22
  773. ----- text -----
  774. 0.0
  775.  
  776. -- part contents for background part 23
  777. ----- text -----
  778. 0.0
  779.  
  780. -- part contents for background part 24
  781. ----- text -----
  782. Omit
  783.  
  784. -- part contents for background part 25
  785. ----- text -----
  786. 0.0
  787.  
  788. -- part contents for background part 29
  789. ----- text -----
  790. 92.5
  791.  
  792. -- part contents for background part 30
  793. ----- text -----
  794. 85.0
  795.  
  796. -- part contents for background part 31
  797. ----- text -----
  798. 67.5
  799.  
  800. -- part contents for background part 32
  801. ----- text -----
  802. 87.5
  803.  
  804. -- part contents for background part 33
  805. ----- text -----
  806. 52.5
  807.  
  808. -- part contents for background part 34
  809. ----- text -----
  810. 64.0
  811.  
  812. -- part contents for background part 35
  813. ----- text -----
  814. 77.5
  815.  
  816. -- part contents for background part 36
  817. ----- text -----
  818. 82.5
  819.  
  820. -- part contents for background part 37
  821. ----- text -----
  822. 67.6
  823.  
  824. -- part contents for background part 38
  825. ----- text -----
  826. 87.6
  827.  
  828. -- part contents for background part 39
  829. ----- text -----
  830. 77.6
  831.  
  832. -- part contents for background part 40
  833. ----- text -----
  834. 82.4
  835.  
  836. -- part contents for background part 41
  837. ----- text -----
  838. 62.4
  839.  
  840. -- part contents for background part 42
  841. ----- text -----
  842. 72.4
  843.  
  844. -- part contents for background part 43
  845. ----- text -----
  846. 87.6
  847.  
  848. -- part contents for background part 44
  849. ----- text -----
  850. 70.0
  851.  
  852. -- part contents for background part 45
  853. ----- text -----
  854. Omit
  855.  
  856. -- part contents for background part 46
  857. ----- text -----
  858. Omit
  859.  
  860. -- part contents for background part 47
  861. ----- text -----
  862. Omit
  863.  
  864. -- part contents for background part 48
  865. ----- text -----
  866. Omit
  867.  
  868. -- part contents for background part 49
  869. ----- text -----
  870. Omit
  871.  
  872. -- part contents for background part 50
  873. ----- text -----
  874. Omit
  875.  
  876. -- part contents for background part 51
  877. ----- text -----
  878. Omit
  879.  
  880. -- part contents for background part 52
  881. ----- text -----
  882. Omit
  883.  
  884. -- part contents for background part 69
  885. ----- text -----
  886. B-
  887.  
  888. -- part contents for background part 70
  889. ----- text -----
  890. A-
  891.  
  892. -- part contents for background part 71
  893. ----- text -----
  894. B
  895.  
  896. -- part contents for background part 72
  897. ----- text -----
  898. B+
  899.  
  900. -- part contents for background part 73
  901. ----- text -----
  902. C-
  903.  
  904. -- part contents for background part 74
  905. ----- text -----
  906. B-
  907.  
  908. -- part contents for background part 75
  909. ----- text -----
  910. A-
  911.  
  912. -- part contents for background part 76
  913. ----- text -----
  914. B-
  915.  
  916. -- part contents for card part 4
  917. ----- text -----
  918. Task 4:16:52 PM
  919.  
  920. -- part contents for card part 5
  921. ----- text -----
  922. Task 4:11:52 PM